Make Kotlin a required dependency for the Android plugin Test: existing Bug: N/A Change-Id: I1840d3be856e2936400a45655a0f42870ac74a11
diff --git a/sdk-updates/BUILD b/sdk-updates/BUILD index 1393cba..d3b9d02 100644 --- a/sdk-updates/BUILD +++ b/sdk-updates/BUILD
@@ -42,9 +42,11 @@ test_coverage = True, test_data = [ "//prebuilts/studio/sdk:platforms/latest", + "//prebuilts/tools/common/kotlin-plugin:kotlin-plugin-for-studio", "//tools/adt/idea/android/annotations", "//tools/adt/idea/android/testData", "//tools/base/templates", + "//tools/idea:platform-build-info", ], # do not sort: must match IML order test_runtime_deps = [ @@ -70,5 +72,6 @@ "//tools/adt/idea/android-test-framework:intellij.android.testFramework[module, test]", "//tools/base/testutils:studio.android.sdktools.testutils[module, test]", "//tools/adt/idea/adt-testutils:intellij.android.adt.testutils[module, test]", + "//tools/adt/idea/android-kotlin:intellij.android.kotlin.extensions[module, test]", ], )